projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce2355
)
(enum composition_method): Define
author
Kenichi Handa
<handa@m17n.org>
Tue, 4 Dec 2007 00:46:22 +0000
(
00:46
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 4 Dec 2007 00:46:22 +0000
(
00:46
+0000)
COMPOSITION_WITH_GLYPH_STRING unconditionally.
src/composite.h
patch
|
blob
|
history
diff --git
a/src/composite.h
b/src/composite.h
index ab77a9f9e1da99ee77b0eb6da93659fc1617781a..eb60f1d2ecd411398c18912b962ae04dcd40ac78 100644
(file)
--- a/
src/composite.h
+++ b/
src/composite.h
@@
-40,10
+40,8
@@
enum composition_method {
COMPOSITION_WITH_ALTCHARS,
/* Compose by specified composition rules with alternate characters. */
COMPOSITION_WITH_RULE_ALTCHARS,
-#ifdef USE_FONT_BACKEND
/* Compose by specified lispy glyph-string. */
COMPOSITION_WITH_GLYPH_STRING,
-#endif /* USE_FONT_BACKEND */
/* This is not a method. */
COMPOSITION_NO
};